feat(cli): Initialize a git repository and create an initial commit on scaffold#1484
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
5daa636 to
d1fb08e
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 37a56e2176
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
39a7bbc to
9512eeb
Compare
fengmk2
left a comment
There was a problem hiding this comment.
@ryohidaka Nice job! I will test it before merge. Thanks!
|
@ryohidaka can you take a look at the review comments from the codex? |
a4baf73 to
7918e74
Compare
a968afd to
e7e3570
Compare
e7e3570 to
5e3e3e4
Compare
5e3e3e4 to
fb9a6f4
Compare
fb9a6f4 to
9e56dfc
Compare
9e56dfc to
ecaaefe
Compare
ecaaefe to
cd4dfe7
Compare
cd4dfe7 to
c46b8be
Compare
0abc641 to
9ef2832
Compare
fengmk2
left a comment
There was a problem hiding this comment.
@ryohidaka Thank you for participating in open source contributions
| if (options.interactive) { | ||
| const selected = await prompts.confirm({ | ||
| message: 'Initialize a git repository with an initial commit?', | ||
| initialValue: false, |
There was a problem hiding this comment.
@ryohidaka can you help me change the initialValue to true?
Summary
Add a
--git/--no-gitflag tovp create.git initbefore installing dependencies,then
git add -A && git commit -m "Initial commit from Vite+"after formatting completesTesting
snap-tests-globalbootstrap-cliand confirm that it worksCloses #1483